Module-level declarations
Types
Functions
Queries
Link copied to clipboard
Link copied to clipboard
@mount("admin.list_assets_by_player")
query list_assets_by_player(account_id: byte_array): (FT3: list<list_item_dto>, Originals: list<list_item_dto>)
Link copied to clipboard
@mount("admin.list_players")
query list_players(search: text, page_size: integer, page_num: integer): (total: integer, players: list<list_player_dto>)
Operations
Link copied to clipboard
@mount("admin.batch_mint_plot")
operation batch_mint_plot(plots_to_mint: list<minting_dto>, island: text, region: text, chain_id: text, contract_address: byte_array)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@mount("admin.mint_plot")
operation mint_plot(id: integer, water_type: text, water_quality: decimal, soil_type: text, soil_fertility: decimal, height: integer, width: integer, x_left: integer, y_bottom: integer, island: text, region: text, chain_id: text, contract_address: byte_array, cells: list<cell>)
Link copied to clipboard
@mount("admin.mint_plot_to")
operation mint_plot_to(account_id: byte_array, id: integer, water_type: text, water_quality: decimal, soil_type: text, soil_fertility: decimal, height: integer, width: integer, x_left: integer, y_bottom: integer, island: text, region: text, chain_id: text, contract_address: byte_array, cells: list<cell>)
Link copied to clipboard
Link copied to clipboard